home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / Tool Chest / Development Platforms / AppsToGo / AppsToGo.src / AppsToGo.Changes / DTS.Lib / ListControl.c.df < prev    next >
Encoding:
Text File  |  1993-06-18  |  2.1 KB  |  45 lines  |  [TEXT/MPS ]

  1. File #1: b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:ListControl.c
  2. File #2: a:Desktop Folder:AppsToGo.src:DTS.Lib:ListControl.c
  3.  
  4. Extra lines in 2nd before 11 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:ListControl.c"; Line Δ11; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:ListControl.c"; Line 11:18)
  5. /* You may incorporate this sample code into your applications without
  6. ** restriction, though the sample code has been provided "AS IS" and the
  7. ** responsibility for its operation is 100% yours.  However, what you are
  8. ** not permitted to do is to redistribute the source as "DSC Sample Code"
  9. ** after having made changes. If you're going to re-distribute the source,
  10. ** we require that you make it clear in the source that the code was
  11. ** descended from Apple Sample Code, but that you've made changes. */
  12.  
  13.  
  14.  
  15. Extra lines in 2nd before 802 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:ListControl.c"; Line Δ802; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:ListControl.c"; Line 810)
  16.         UseControlStyle(listCtl);
  17.  
  18.  
  19. Extra lines in 2nd before 815 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:ListControl.c"; Line Δ815; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:ListControl.c"; Line 824)
  20.         UseControlStyle(nil);
  21.  
  22.  
  23. Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Lib:ListControl.c"; Line 824:830; File "a:Desktop Folder:AppsToGo.src:DTS.Lib:ListControl.c"; Line 834:843)
  24.             LAutoScroll(list);        /* Let List manager scroll into view. */
  25.             return(true);            /* It handles these cases correctly.  */
  26.         }
  27.  
  28.         LScroll(cell.h - --visCells.right, cell.v - --visCells.bottom, list);
  29.             /* Scroll into view the way we want it done. */
  30.  
  31.  
  32.             UseControlStyle(listCtl);        /* Let List manager scroll into view. */
  33.             LAutoScroll(list);                /* It handles these cases correctly.  */
  34.             UseControlStyle(nil);
  35.             return(true);
  36.         }
  37.  
  38.         UseControlStyle(listCtl);            /* Scroll into view the way we want it done. */
  39.         LScroll(cell.h - --visCells.right, cell.v - --visCells.bottom, list);
  40.         UseControlStyle(nil);
  41.  
  42.  
  43.  
  44. *** EOF on both files at the same time ***
  45.